PowerTools PlusPak for Windows Forms 8.0J
GetRectangles(Rectangle,BevelEffect,Rectangle[]) メソッド

BevelEffectを使用して描画するコントロールのクライアント矩形。
BevelEffectオブジェクトは効果を示します。
BevelEffectのすべての部分の矩形。
矩形のシリアル情報を取得します。
構文
Public Overloads Shared Function GetRectangles( _
   ByVal rectClient As Rectangle, _
   ByVal effect As BevelEffect, _
   ByRef rectParts As Rectangle() _
) As Rectangle
public static Rectangle GetRectangles( 
   Rectangle rectClient,
   BevelEffect effect,
   ref Rectangle[] rectParts
)

パラメータ

rectClient
BevelEffectを使用して描画するコントロールのクライアント矩形。
effect
BevelEffectオブジェクトは効果を示します。
rectParts
BevelEffectのすべての部分の矩形。

戻り値の型

BevelEffectをその中に描画する矩形全体。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

BevelEffect クラス
BevelEffect メンバ
オーバーロード一覧

Send Feedback